home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- puppetSound(1, "ClickSound")
- end
-
- on mouseUp
- if the platform = "Windows,32" then
- gotoNetPage(the moviePath & "Software\Javascript\h9.html")
- else
- if the platform = "Windows,16" then
- gotoNetPage(the moviePath & "Software\Javascript\h9.html")
- else
- gotoNetPage(the moviePath & "software:Javascript:h9.html")
- end if
- end if
- end
-